home *** CD-ROM | disk | FTP | other *** search
/ Dye Another Day / DyeAnotherDay.bin / swf / 4.swf / scripts / DefineButton2_18 / BUTTONCONDACTION on(press).as next >
Text File  |  2003-04-02  |  130b  |  7 lines

  1. on(press){
  2.    this.dragging = true;
  3.    this.start_mouse = _root._ymouse;
  4.    this.start_drag = this._y;
  5.    gotoAndStop(2);
  6. }
  7.